Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Guide training bugfix #5428

Merged
merged 3 commits into from
Oct 2, 2023
Merged

Conversation

teunbrand
Copy link
Collaborator

This PR aims to fix #5425.

Briefly, when a scale had multiple aesthetics, the guide training could become asynchronous. This PR ensures that the guide training part receives the scales and aesthetics in a paired fashion, as to prevent this asynchrony.

@teunbrand teunbrand marked this pull request as ready for review September 18, 2023 13:35
Copy link
Member

@thomasp85 thomasp85 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM to the best of my abilities with the new guide system

R/guides-.R Outdated Show resolved Hide resolved
@teunbrand teunbrand merged commit a560c99 into tidyverse:main Oct 2, 2023
11 of 12 checks passed
@teunbrand teunbrand deleted the guide_training_fix branch October 2, 2023 13:14
cpsievert added a commit to plotly/plotly.R that referenced this pull request Oct 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug in guide training
2 participants